SftTree/OCX 7.0

VirtualItem.RowSelectForeColor Property

Softel vdm, Inc.

Defines the row header foreground color used to draw the item when it is selected.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.RowHeader.SelectForeColor instead

Syntax       

Put

VB.NET

object.RowSelectForeColor = Clr  As UIntegerLanguage-specific information

VB

object.RowSelectForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.RowSelectForeColor = Clr;

VC++

OLE_COLOR object->RowSelectForeColor = Clr;
void object->PutRowSelectForeColor(OLE_COLOR Clr);

C

HRESULT object->put_RowSelectForeColor(OLE_COLOR Clr);

Delphi

object.RowSelectForeColor := Clr  : Cardinal;

object

A VirtualItem object.

Clr

Defines the row header foreground color used to draw the item when it is selected.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.RowHeader.SelectForeColor instead

The RowSelectForeColor property defines the row header foreground color used to draw the item when it is selected.

The VirtualItem.RowSelectForeColor property is used while handling a VirtualItem event to define the row header foreground color used to draw the item when it is selected.  The item is described by the VirtualItem event's RowIndex parameter.

See Also  VirtualItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com